home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / subfd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  263 b   |  16 lines

  1. #ifndef SUBFD_H
  2. #define SUBFD_H
  3.  
  4. #include "substdio.h"
  5.  
  6. extern substdio *subfdin;
  7. extern substdio *subfdinsmall;
  8. extern substdio *subfdout;
  9. extern substdio *subfdoutsmall;
  10. extern substdio *subfderr;
  11.  
  12. extern int subfd_read();
  13. extern int subfd_readsmall();
  14.  
  15. #endif
  16.